Add a bit of margin on the statusbar
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 17 Jul 2013 20:52:23 +0000 (16:52 -0400)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 18 Jul 2013 00:48:59 +0000 (20:48 -0400)
So that the text doesn't touch the side of the window. And it
looks much cleaner.

gtk/gtkstatusbar.ui

index 39bacbca5bf5e2fe7ea988d8c5a048282dae398f..94c7f67fd98336bebc833d6dcd78d4aa955f45c8 100644 (file)
@@ -5,6 +5,10 @@
     <property name="can_focus">False</property>
     <property name="vexpand">False</property>
     <property name="spacing">2</property>
+    <property name="margin_left">10</property>
+    <property name="margin_right">10</property>
+    <property name="margin_top">6</property>
+    <property name="margin_bottom">6</property>
     <child>
       <object class="GtkFrame" id="frame">
         <property name="visible">True</property>